home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / INCINNER.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  337 b   |  32 lines

  1. Sample Internal Script
  2.  
  3. First statement.
  4.  
  5. First question?
  6.     (Yes)
  7.     #YESPATH
  8.     (No)
  9.     #NOPATH
  10. ?end
  11.  
  12. Second question?
  13.     (Good)
  14.     #YESPATH
  15.     (Bad)
  16.     #NOPATH
  17. ?end
  18.  
  19. Last statement.
  20.  
  21. { Internal scripts go at the end of the script file ì }
  22.  
  23. YESPATH=
  24. Statement on yes branch.
  25. =end
  26.  
  27. NOPATH=
  28. Statement on no branch.
  29. =end
  30.  
  31.  
  32.